Skip to main content
Version: 5.x.x

RequestQueueOptions


import { RequestQueueOptions } from "@hyper-fetch/core"

Description

Defined in request/request.types.ts:247

Preview

type RequestQueueOptions = {
dispatcherType: auto | fetch | submit;
}

Structure

{
dispatcherType: auto | fetch | submit;
}